﻿/*********************** 样式3 *************************/
.picChange1 {
	width: 100%;
	height: 563px;
	overflow: hidden;
	position: relative;
	margin: auto;
}
.picChange1 .picChangePicList {
	position: absolute;
	overflow: visible;
}
.picChange1 .picChangePicList div {
	position: absolute;
	display: none;
}
.picChange1 .picChangePicList img {
	display: block;
}
.picChange1 .picChangeTitle {
	position: absolute;
	background-color: Red;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 0px;
	font-weight: bold;
	color: white;
	opacity: 0;
	top: 0;
}
.picChange1 .picChangebtnNum {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.picChange1 .picChangebtnNum span {
	font-size: 0px;
	padding: 9px;
	background-color: white;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 50%;
	color: white;
}
.picChange1 .picChangebtnNum span.current {
	background-color: Red;
	cursor: pointer;
	color: Red;
	box-shadow: none;
}
.picChange1 .picChangebtnThumb {
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.picChange1 .picChangebtnThumb span {
	position: relative;
	display: block;
	float: left;
	border: 2px white solid;
	width: 30px;
	height: 30px;
	margin: 2px;
	cursor: pointer;
	overflow: hidden;
}
.picChange1 .picChangebtnThumb span.current {
	opacity: 1;
	border: 2px #4889C4 solid;
}
.picChange1 .picChangebtnThumb span img {
	position: absolute;
}
/*********************** 样式5 *************************/
.prodPic {
	width: 600px;
	height: 450px;
	position: relative;
	margin-bottom: 20px;
}
.prodPic .picChangePicList {
	width: 600px;
	height: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.prodPic .picChangePicList div {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.prodPic .picChangePicList img {
	display: block;
}
.prodPic .picChangeTitle {
	position: absolute;
	background-color: Red;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	opacity: 0;
	top: 0;
}
.prodPic .picChangebtnNum {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.prodPic .picChangebtnNum span {
	border: 1px #C9997E solid;
	font-size: 12px;
	padding: 0px 3px;
	background-color: #DFC2B3;
	margin: 2px;
	cursor: pointer;
}
.prodPic .picChangebtnNum span.current {
	background-color: #6C432D;
	cursor: pointer;
	color: #FFFFFF;
}
.prodPic .picChangebtnThumb {
	width: 600px;
	height: 85px;
	position: absolute;
	top: 460px;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: auto;
}
.prodPic .picChangebtnThumb span {
	position: relative;
	display: inline-block;
	border: 2px #DDD solid;
	width: 80px;
	height: 60px;
	margin: 3px;
	cursor: pointer;
	overflow: hidden;
	margin-left: 0px;
}
.prodPic .picChangebtnThumb span.current {
	opacity: 1;
}
.prodPic .picChangebtnThumb span img {
	position: absolute;
}
